UACJ












function mezclar(){ //esta mamada alch la saque de chat ASJJAJASJA, pero todo lo demas lo hice yo xD for (let i = posB.length - 1; i > 0; i--) { let j = Math.floor(Math.random() * (i + 1)); [posB[i], posB[j]] = [posB[j], posB[i]]; // Intercambio de valores }